home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Contrib / Modern UI / Language files / Default.nsh < prev    next >
Text File  |  2003-12-17  |  7KB  |  81 lines

  1. ;This file contains default strings. These strings will be used when no string exists in one of the language files.
  2. ;Only for backwards compatibility.
  3.  
  4. ;--------------------------------
  5.  
  6.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the $(^NameDA) Setup Wizard"
  7.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_WELCOME_INFO_TEXT "This wizard will guide you through the installation of $(^NameDA).\r\n\r\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.\r\n\r\n$_CLICK"
  8.   
  9.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_LICENSE_TITLE "License Agreement"  
  10.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^NameDA)."
  11.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_LICENSE_TOP "Press Page Down to see the rest of the agreement."
  12.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_LICENSE_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to install $(^NameDA)."
  13.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_LICENSE_BOTTOM_CHECKBOX "If you accept the terms of the agreement, click the check box below. You must accept the agreement to install $(^NameDA). $_CLICK"
  14.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS "If you accept the terms of the agreement, select the first option below. You must accept the agreement to install $(^NameDA). $_CLICK"
  15.   
  16.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_COMPONENTS_TITLE "Choose Components"
  17.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to install."
  18.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE "Description"
  19.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Hover your mouse over a component to see its description."
  20.   
  21.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_DIRECTORY_TITLE "Choose Install Location"
  22.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_DIRECTORY_SUBTITLE "Choose the folder in which to install $(^NameDA)."
  23.   
  24.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_INSTALLING_TITLE "Installing"
  25.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_INSTALLING_SUBTITLE "Please wait while $(^NameDA) is being installed."
  26.   
  27.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_FINISH_TITLE "Installation Complete"
  28.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_FINISH_SUBTITLE "Setup was completed successfully."
  29.   
  30.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_ABORT_TITLE "Installation Aborted"
  31.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_ABORT_SUBTITLE "Setup was not completed successfully."
  32.   
  33.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_BUTTONTEXT_FINISH "&Finish"
  34.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_FINISH_INFO_TITLE "Completing the $(^NameDA) Setup Wizard"
  35.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_FINISH_INFO_TEXT "$(^NameDA) has been installed on your computer.\r\n\r\nClick Finish to close this wizard."
  36.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
  37.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_FINISH_REBOOTNOW "Reboot now"
  38.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_FINISH_REBOOTLATER "I want to manually reboot later"
  39.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_FINISH_RUN "&Run $(^NameDA)"
  40.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_FINISH_SHOWREADME "&Show Readme"
  41.   
  42.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_STARTMENU_TITLE "Choose Start Menu Folder"
  43.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_STARTMENU_SUBTITLE "Choose a Start Menu folder for the $(^NameDA) shortcuts."
  44.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_STARTMENU_TOP "Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
  45.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_INNERTEXT_STARTMENU_CHECKBOX "Do not create shortcuts"
  46.   
  47.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_TEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Setup?"  
  48.   
  49.   
  50.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_WELCOME_INFO_TITLE "Welcome to the $(^NameDA) Uninstall Wizard"
  51.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_WELCOME_INFO_TEXT "This wizard will guide you through the uninstallation of $(^NameDA).\r\n\r\nBefore starting the uninstallation, make sure $(^NameDA) is not running.\r\n\r\n$_CLICK"
  52.   
  53.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_CONFIRM_TITLE "Uninstall $(^NameDA)"
  54.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_CONFIRM_SUBTITLE "Remove $(^NameDA) from your computer."
  55.   
  56.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_LICENSE_TITLE "License Agreement"  
  57.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_LICENSE_SUBTITLE "Please review the license terms before uninstalling $(^NameDA)."
  58.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNINNERTEXT_LICENSE_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to uninstall $(^NameDA)."
  59.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNINNERTEXT_LICENSE_BOTTOM_CHECKBOX "If you accept the terms of the agreement, click the check box below. You must accept the agreement to uninstall $(^NameDA). $_CLICK"
  60.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNINNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS "If you accept the terms of the agreement, select the first option below. You must accept the agreement to uninstall $(^NameDA). $_CLICK"
  61.   
  62.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_COMPONENTS_TITLE "Choose Components"
  63.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to uninstall."
  64.   
  65.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_DIRECTORY_TITLE "Choose Uninstall Location"
  66.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_DIRECTORY_SUBTITLE "Choose the folder from which to uninstall $(^NameDA)."
  67.   
  68.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_UNINSTALLING_TITLE "Uninstalling"
  69.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_UNINSTALLING_SUBTITLE "Please wait while $(^NameDA) is being uninstalled."
  70.     
  71.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_TITLE "Uninstallation Complete"
  72.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_SUBTITLE "Uninstall was completed successfully."
  73.   
  74.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_ABORT_TITLE "Uninstallation Aborted"
  75.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_ABORT_SUBTITLE "Uninstall was not completed successfully."
  76.   
  77.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_INFO_TITLE "Completing the $(^NameDA) Uninstall Wizard"
  78.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_INFO_TEXT "$(^NameDA) has been uninstalled from your computer.\r\n\r\nClick Finish to close this wizard."
  79.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the uninstallation of $(^NameDA). Do you want to reboot now?"
  80.   
  81.   !insertmacro MUI_LANGUAGEFILE_DEFAULT MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"